Personal Portfolio Website using HTML & CSS 您所在的位置:网站首页 personal web page Personal Portfolio Website using HTML & CSS

Personal Portfolio Website using HTML & CSS

2023-03-03 02:40| 来源: 网络整理| 查看: 265

Hello Viewers, today we are going to Learn How To Make Personal Website Using HTML And CSS. You Easily Create This Personal Portfolio Website Using HTML By Follow These Tutorials And Steps. You’ll Build This Awesome Personal Portfolio Website By Just Following This Video Tutorial Or These Steps Which I Given Bellow.

On this Portfolio site, there are navigation bar with a logo on the left side, some navigation links are on the middle side and right side button. Next Step, On the left side of this site, there are texts which are about the author’s name, profession, and a button labeled as “Download CV” as you can see in the image.

Video Tutorial of Personal Portfolio Website

If you like this portfolio and want to get the source codes of this tutorial, I have provided all the codes of this program below and I’ve also provided the download link of this program where you can easily download the source files of this program. You can use this portfolio with your creative customization and can take this portfolio to the next level with your creativity.

Responsive Personal Portfolio Website | Source Codes

You have to create HTML and CSS File For this Site. After creating these files just paste the following codes into your file.

First Step, create an HTML file with the name of index.html and paste the given codes in your HTML file. Remember, you’ve to create a file with .html extension and the images that are used on this website won’t appear. You’ve to download files from the given download button to use images also.

HTML CODE:

Personal Portfolio Website Home About Service Portfolio Blog Contact Buy Now Freelance Web Developer Hello, I’m Fatima

I’m working on a professional, visually sophisticated and technologically proficient, responsive and multi-functional React Template Imroz.

Download CV

Second Step, you have to create a CSS file with the name of style.css and paste the given codes in your CSS file. Remember, you’ve to create a file with .css extension.

CSS CODE:

@import url('https://fonts.googleapis.com/css2?family=Poppins:[email protected];500;600;700&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } a{ text-decoration: none; } .hero{ width: 100%; height: 100vh; background: url(img/bg1.jpg); background-size: cover; } nav{ display: flex; align-items: center; justify-content: space-between; padding: 30px 100px; } .logo{ max-height: 60px; } nav ul li{ list-style: none; display: inline-block; padding: 10px 20px; } nav ul li a{ color: #1d1d24; position: relative; padding: 5px 0; } nav ul li a:hover{ color: #fd4766; } nav ul li a:after{ content: ""; position: absolute; left: 0; width: 0; height: 3px; background: #fd4766; transition: .3s; bottom: 0; } nav ul li a:hover:after{ width: 100%; } .btn{ color: #fff; font-size: 16px; text-transform: uppercase; letter-spacing: 2px; padding: 16px 40px; border-radius: 500px; display: inline-block; font-weight: 500; transition: all .4s ease-in-out; background-size: 152% 100%; background: #fd4766; border: 2px solid #fd4766; } .btn:hover{ background: transparent; border-color: #fd4766; color: #fd4766; } .content{ position: absolute; top: 35%; left: 8%; } .content .title{ color: #1f1f25; font-size: 15px; text-transform: uppercase; letter-spacing: 4px; display: inline-block; margin-bottom: 20px; background: linear-gradient(120deg, #1c99fe 20.69%, #7644ff 50.19%,#fd4766 79.69%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .content h1{ color: #1f1f25; font-size: 75px; font-weight: 900; line-height: 90px; text-transform: inherit; width: 70%; } .content h1 span{ color: #fd4766; } .content p{ width: 55%; color: #757575; margin-top: 25px; margin-bottom: 30px; }

now you’ve successfully created Personal Portfolio Website using HTML and CSS. If your code does not work or faced any error/problem then bellow download the source code files from the given download button.

after after downloading source files then face any problem to comment down or contact us through the contact page.

Download Code Files



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有